From: Richard M. Stallman Date: Sat, 26 Jun 1993 04:20:42 +0000 (+0000) Subject: (define-key-after): Renamed from define-key-in-sequence. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95158 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=06ae9cf2a40cfc938f03dd21edd3348322fb6f4e;p=emacs.git (define-key-after): Renamed from define-key-in-sequence. --- diff --git a/lisp/subr.el b/lisp/subr.el index f866228ccc0..e7bc2e13a24 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -181,7 +181,7 @@ in KEYMAP as NEWDEF those chars which are defined as OLDDEF in OLDMAP." (setq i (1+ i)))))) (setq scan (cdr scan))))) -(defun define-key-in-sequence (keymap key definition after) +(defun define-key-after (keymap key definition after) "Add binding in KEYMAP for KEY => DEFINITION, right after AFTER's binding. This is like `define-key' except that the binding for KEY is placed just after the binding for the event AFTER, instead of at the beginning